ConnectorType Enumeration
Represents a connecting line between two escape points.
Namespace: Independentsoft.Office.Odf.DrawingAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum ConnectorType
Public Enumeration ConnectorType
| Standard | 0 |
A standard connector escapes two connecting objects with straight lines and connects them with a straight perpendicular line.
|
| Lines | 1 |
A lines connector escapes two connecting objects with straight lines and connects them with a straight (not necessarily perpendicular) line.
|
| Line | 2 |
A line connector draws one straight line between the two escape points of connected objects.
|
| Curve | 3 |
A curve connector draws a single curved line between the two escape points of connected objects.
|
| None | 4 |
None.
|